The corresponding C type for android.net.Network#getNetworkHandle() return values. The Java signed long value can be safely cast to a net_handle_t:
C ((net_handle_t) java_long_network_handle) [C++] static_cast<net_handle_t>(java_long_network_handle)
as appropriate.
See Implementation
The corresponding C type for android.net.Network#getNetworkHandle() return values. The Java signed long value can be safely cast to a net_handle_t:
C ((net_handle_t) java_long_network_handle) [C++] static_cast<net_handle_t>(java_long_network_handle)
as appropriate.